internal/poll.FD.readUnlock (method)

12 uses

	internal/poll (current package)
		copy_file_range_unix.go#L62: 	defer src.readUnlock()
		fd_mutex.go#L230: func (fd *FD) readUnlock() {
		fd_unix.go#L145: 	defer fd.readUnlock()
		fd_unix.go#L202: 	defer fd.readUnlock()
		fd_unix.go#L229: 	defer fd.readUnlock()
		fd_unix.go#L256: 	defer fd.readUnlock()
		fd_unix.go#L283: 	defer fd.readUnlock()
		fd_unix.go#L310: 	defer fd.readUnlock()
		fd_unix.go#L337: 	defer fd.readUnlock()
		fd_unix.go#L598: 	defer fd.readUnlock()
		fd_unix.go#L702: 	defer fd.readUnlock()
		splice_linux.go#L90: 	defer sock.readUnlock()